projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5958d6
)
Drop has-resize-grip from the notify test
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 3 Jul 2014 19:24:58 +0000
(15:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 3 Jul 2014 19:24:58 +0000
(15:24 -0400)
The setter is not doing anything, so we won't get notification.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 031ec7d498c0ab6061fd33b04ad062ca8affebaf..5fa2f6ff336c141e975a007dc91d1ed8b9c04088 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-553,6
+553,10
@@
test_type (gconstpointer data)
g_str_equal (pspec->name, "double-buffered"))
continue;
+ if (g_type_is_a (pspec->owner_type, GTK_TYPE_WINDOW) &&
+ g_str_equal (pspec->name, "has-resize-grip"))
+ continue;
+
/* Can only be set on window widgets */
if (pspec->owner_type == GTK_TYPE_WIDGET &&
g_str_equal (pspec->name, "events"))